crypto/tls.SessionState.version (field)
11 uses
crypto/tls (current package)
handshake_client.go#L316: if v == session.version {
handshake_client.go#L343: if session.version != VersionTLS13 {
handshake_client.go#L790: if hs.session.version != c.vers {
handshake_server.go#L443: if c.vers != sessionState.version {
handshake_server_tls13.go#L313: if sessionState.version != VersionTLS13 {
ticket.go#L80: version uint16
ticket.go#L109: b.AddUint16(s.version)
ticket.go#L164: if s.version >= VersionTLS13 {
ticket.go#L187: if !s.ReadUint16(&ss.version) ||
ticket.go#L278: if ss.version < VersionTLS13 {
ticket.go#L294: version: c.vers,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |